home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Pac Man.swf / scripts / DefineSprite_123 / frame_47 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  160 b   |  14 lines

  1. tellTarget("../../chase")
  2. {
  3.    gotoAndStop(1);
  4. }
  5. tellTarget("../..")
  6. {
  7.    check = "on";
  8. }
  9. tellTarget("../..")
  10. {
  11.    munch2 = "0";
  12. }
  13. gotoAndStop(1);
  14.